home *** CD-ROM | disk | FTP | other *** search
- global gMasterData, gSection
-
- on prepareMovie
- setUserArea(gMasterData, #clue)
- set gSection to #intro
- setFingerCursor(#on, [40, 41, 42, 43, 44])
- set the keyDownScript to "quitCatcher"
- cursor(0)
- end
-
- on initFields
- set vEmptyList to ["reply1", "reply3", "reply9", "reply11", "reply13", "reply15", "reply17", "reply19", "reply21"]
- repeat with x in vEmptyList
- set the text of member x to " "
- set the textFont of member x to "Palatino"
- set the textSize of member x to 14
- set the text of member x to EMPTY
- end repeat
- end
-
- on colorfields
- repeat with xField in ["reply1", "reply3", "reply9", "reply11", "reply13", "reply15", "reply17", "reply19", "reply21"]
- set the text of member xField to " "
- set the foreColor of member xField to 1
- set the backcolor of member xField to 255
- end repeat
- end
-